bufio.Reader.rd (field)
7 uses
bufio (current package)
bufio.go#L34: rd io.Reader // reader provided by the client
bufio.go#L87: rd: r,
bufio.go#L110: n, err := b.rd.Read(b.buf[b.w:])
bufio.go#L227: n, b.err = b.rd.Read(p)
bufio.go#L241: n, b.err = b.rd.Read(b.buf)
bufio.go#L523: if r, ok := b.rd.(io.WriterTo); ok {
bufio.go#L530: m, err := w.ReadFrom(b.rd)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |